home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / research / bin / insight < prev    next >
Encoding:
Text File  |  1997-07-08  |  356 b   |  14 lines

  1. #! /bin/sh
  2. # Defines the environment variables required to run insight
  3. #
  4.  
  5. IDL_DIR=/d2/hotmix/new_hot/i/idl_5
  6. if [ "$IDL_PATH" = "" ]; then
  7.     IDL_PATH="+$IDL_DIR/lib:+$IDL_DIR/examples"
  8. else
  9.     IDL_PATH="+$IDL_DIR/lib:+$IDL_DIR/examples:$IDL_PATH"
  10. fi
  11. IDL_DEVICE=X
  12. export IDL_DIR IDL_PATH IDL_DEVICE
  13. exec $IDL_DIR/bin/idl $IDL_DIR/bin/start_insight.txt 
  14.